home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / totallys.swf / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  225 b   |  15 lines

  1. Mouse.hide();
  2. _root.level = 1;
  3. _root.nmax = 9;
  4. i = 1;
  5. while(_root.nmax >= i)
  6. {
  7.    _root["popc" + i].pophit._visible = 0;
  8.    i++;
  9. }
  10. _root.bonus = 0;
  11. _root.point = 0;
  12. _root.placement = 1;
  13. _root.debut = 1;
  14. stop();
  15.